home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / td1pat.zip / PATTDH.BAT < prev    next >
DOS Batch File  |  1988-12-15  |  530b  |  18 lines

  1. echo off
  2. echo 
  3. echo This batch file patches TDH386.SYS to fix a problem that
  4. echo would deactivate the Ctrl-Break key if a program was reloaded.
  5. echo 
  6. echo Syntax:  PATTDH [TDH386.SYS Directory]
  7. echo Example: PATTDH C:\TD\
  8. echo 
  9. echo If no parameter is specified for TDH386.SYS's directory,  TDH386.SYS in
  10. echo the current directory is patched.  Note: If you specify a pathname,
  11. echo the last '\' is required.
  12. echo 
  13. echo Hit any key to patch TDH386.SYS, ^C to exit
  14. echo 
  15. pause
  16. PATCH TDH386.DIF %1TDH386.SYS
  17.  
  18.